google.golang.org/grpc/internal/transport.controlBuffer.executeAndPut (method)
9 uses
google.golang.org/grpc/internal/transport (current package)
controlbuf.go#L354: _, err := c.executeAndPut(nil, it)
controlbuf.go#L365: func (c *controlBuffer) executeAndPut(f func() bool, it cbItem) (bool, error) {
http2_client.go#L872: success, err := t.controlBuf.executeAndPut(func() bool {
http2_client.go#L980: t.controlBuf.executeAndPut(addBackStreamQuota, cleanup)
http2_client.go#L1158: t.controlBuf.executeAndPut(updateIWS, &outgoingWindowUpdate{streamID: 0, increment: t.fc.newLimit(n)})
http2_client.go#L1306: t.controlBuf.executeAndPut(func() bool {
http2_server.go#L898: t.controlBuf.executeAndPut(func() bool {
http2_server.go#L1054: success, err := t.controlBuf.executeAndPut(func() bool { return t.checkForHeaderListSize(hf) }, hf)
http2_server.go#L1124: success, err := t.controlBuf.executeAndPut(func() bool {